runtime._panic.link (field)
12 uses
runtime (current package)
heapdump.go#L395: for p := gp._panic; p != nil; p = p.link {
heapdump.go#L403: dumpint(uint64(uintptr(unsafe.Pointer(p.link))))
panic.go#L499: p.link = gp._panic
panic.go#L586: p = p.link
panic.go#L593: if p.link != nil {
panic.go#L594: printpanics(p.link)
panic.go#L595: if !p.link.goexit {
panic.go#L867: p.link = gp._panic
panic.go#L941: gp._panic = p.link
panic.go#L994: gp._panic = p.link
panic.go#L998: gp._panic = gp._panic.link
runtime2.go#L1038: link *_panic // link to earlier panic
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |